CNDB-18137 fix linter warnings in files effected by CNDB-15608 - #2453
Conversation
Checklist before you submit for review
|
|
please make sure (/check) these changes (outside of sai) align with upstream. fixing lint issues is trivial and can cause a lot of unnecessary headache on rebases. it is better to start with fixing code style upstream first and wait for it to come back to us, then bear the rebase costs. this obviously does not apply to the sai code. |
@michaelsembwever to my experience it's unrealistic ask. Finding committers to review even bug fixes is extremely difficult. We need to have a better strategy how to have own changes in CC and have possibility to bring changes from upstream, which is for separate discussion. |
Also the majority of the changes were to SAI, which is not being rebased. |
Fixes IntelliJ linter warnings in files affected during work on CNDB-15608 to reduce warning noise: - Fix single character strings to character constants
874b419 to
5659280
Compare
❌ Build ds-cassandra-pr-gate/PR-2453 rejected by Butler2 regressions found Found 2 new test failures
Found 6 known test failures |
#2509) Fixes IntelliJ linter warnings in files affected during work on CNDB-15608 to reduce warning noise: - Fix single character strings to character constants - Remove unused imports - Remove unnecessary throw in method declarations - Simplify assert in a test - Remove undocumented fields from javadoc - Remove unnecessary resource suppression - Simplify string join - Remove unused logger field - Remove unnecessary curly braces in lambda expression - Remove unnecessary cast Co-authored-by: Ruslan Fomkin <ruslan.fomkin@ibm.com>
#2509) Fixes IntelliJ linter warnings in files affected during work on CNDB-15608 to reduce warning noise: - Fix single character strings to character constants - Remove unused imports - Remove unnecessary throw in method declarations - Simplify assert in a test - Remove undocumented fields from javadoc - Remove unnecessary resource suppression - Simplify string join - Remove unused logger field - Remove unnecessary curly braces in lambda expression - Remove unnecessary cast Co-authored-by: Ruslan Fomkin <ruslan.fomkin@ibm.com> (Rebase of commit 871afcc)
Fixes https://github.com/riptano/cndb/issues/18137
Fixes IntelliJ linter warnings in files affected during work on
CNDB-15608 to reduce warning noise: